-
Notifications
You must be signed in to change notification settings - Fork 0
Adding a footer #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a footer #31
Conversation
- The 'webfonts' directory is hardcoded in the CSS file
I'd like to squeeze this in too: #32 |
FontAwesomeAt this stage of the PR, the CSS and font files are just copied in. This is not ideal. It would be better if we would add the FontAwesome npm package I think the files should be CSS + webfonts, but there is also a JS option. There is more info in the docs: https://fontawesome.com/docs/web/setup/host-yourself/webfonts The build task that copies all the files into the bundle is in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I have only some optional comments.
fixes #23
Steps: